home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 038a / qbatb503.zip / MIXED.DEF < prev    next >
Text File  |  1991-07-03  |  2KB  |  50 lines

  1. ' MIXED.DEF     this is a set of prototype declarations for the procedures
  2. '               which are included in the MIXED-LANGUAGE TOOLBOX. Include
  3. '               only the routines which you intend to use in your code.
  4. '
  5. '   Author:     Christy Gemmell
  6. '   For:        Mixed-Language Toolbox for QuickBASIC
  7. '   Version:    5.20
  8. '   Date:       25/6/1991
  9. '
  10. '   Compatible with QuickBASIC 4.x, Extended QuickBASIC and BASIC 7.
  11. '
  12. '   The following prototypes refer to external procedures which are in
  13. '   the library files MIXED.LIB and MIXED.QLB. One or other of these
  14. '   libraries must be linked to the program which calls them.
  15. '
  16.     DECLARE FUNCTION BinDec& (Binary$)
  17.     DECLARE FUNCTION BitTest% (Number%, Bit%)
  18.     DECLARE FUNCTION Centre$ (Text$, MaxWidth%)
  19.     DECLARE FUNCTION DateInput$ (Default$, Context%, Topic$, HotKey%)
  20.     DECLARE FUNCTION DaysBetween& (Date1$, Date2$)
  21.     DECLARE FUNCTION DecBin$ (Decimal&)
  22.     DECLARE FUNCTION DosVersion$ ()
  23.     DECLARE FUNCTION FindFile$ (FileSpec$)
  24.     DECLARE FUNCTION GetFlag% (Flag%)
  25.     DECLARE FUNCTION GrAttrib% (ForeGround%, BackGround%)
  26.     DECLARE FUNCTION IsDir% (Test$)
  27.     DECLARE FUNCTION LegalName% (FileSpec$)
  28.     DECLARE FUNCTION LineUp$ (Num#, Places%, Comma%, Length%, Currency$)
  29.     DECLARE FUNCTION LongDate$(Day%, Month%, Year%)
  30.     DECLARE FUNCTION Match% (Start%, Search$, Pattern$)
  31.     DECLARE FUNCTION RevInput$ (Max%, Default$, Ctx%, Topic$, Mask%, HotKey%)
  32.     DECLARE FUNCTION Round$ (Number#, Places%)
  33.     DECLARE FUNCTION ScreenMode% ()
  34.  
  35.     DECLARE SUB BarMenu (P1%, P2%, P3%, Menu$(), P5%, P6%, P7%, P8$, Mouse%)
  36.     DECLARE SUB BitReSet (Number%, Bit%)
  37.     DECLARE SUB BitSet (Number%, Bit%)
  38.     DECLARE SUB CheckPrinter (Printer%, Ready%)
  39.     DECLARE SUB Panel (Row%, Col%, Rows%, Cols%, Border%, Attr%)
  40.     DECLARE SUB SetFlag (Flag%, Setting%)
  41.     DECLARE SUB SortFile (PathName$, OffSet%, FieldLen%, RecordLen%, Done%)
  42.     DECLARE SUB VerMenu (P1%, P2%, P3%, P4%, P5%, P6$, Menu$(),_
  43.                          P8%, P9%, P10%, P11%, P12$, Mouse%)
  44.     DECLARE SUB VideoMode (Colour%, MaxRes%, VideoRam%)
  45.     DECLARE SUB WaitaSec (Seconds!)
  46.  
  47. ' ┌────────────────────────────────────────────────────────────────────────┐
  48. ' │     (c) 1988,1990,1991 By Christy Gemmell and Singular SoftWare        │
  49. ' └────────────────────────────────────────────────────────────────────────┘
  50.